home *** CD-ROM | disk | FTP | other *** search
/ The Netter Presenter: Ur…ion in Overactive Bladder / The Netter Presenter: Urinary System - Structure & Function in Overactive Bladder.iso / mac / UrinarySystem.app / Contents / Notes.dxr / 00001.ls next >
Encoding:
Text File  |  2003-12-02  |  372 b   |  21 lines

  1. global gNoteData, gkillnotes
  2.  
  3. on prepareMovie
  4.   if gNoteData = EMPTY then
  5.     member("Notes Text").text = EMPTY
  6.   else
  7.     member("Notes Text").text = gNoteData
  8.   end if
  9. end
  10.  
  11. on startMovie
  12.   member("Notes Text").font = "ARIAL"
  13.   member("Notes Text").fontSize = 12
  14.   member("Notes Text").scrollTop = 0
  15.   the keyboardFocusSprite = 1
  16. end
  17.  
  18. on closeWindow
  19.   gkillnotes = 1
  20. end
  21.